Meilisearch\Exceptions\ApiException [ 400 ]: Was expecting a value but instead got `}}`. 11:13 produtoID=}}

DOCROOT/vendor/meilisearch/meilisearch-php/src/Http/Client.php [ 186 ]

181         }
182 
183         if ($response->getStatusCode() >= 300) {
184             $body = $this->json->unserialize($response->getBody()->getContents()) ?? $response->getReasonPhrase();
185 
186             throw new ApiException($response, $body);
187         }
188 
189         return $this->json->unserialize($response->getBody()->getContents());
190     }
191 
  1. DOCROOT/vendor/meilisearch/meilisearch-php/src/Http/Client.php [ 157 ] » Meilisearch\Http\Client->parseResponse()

  2. DOCROOT/vendor/meilisearch/meilisearch-php/src/Http/Client.php [ 95 ] » Meilisearch\Http\Client->execute()

  3. DOCROOT/vendor/meilisearch/meilisearch-php/src/Endpoints/Indexes.php [ 207 ] » Meilisearch\Http\Client->post()

  4. DOCROOT/vendor/meilisearch/meilisearch-php/src/Endpoints/Indexes.php [ 188 ] » Meilisearch\Endpoints\Indexes->rawSearch()

  5. APPPATH/classes/Model/Meili/Documents.php [ 62 ] » Meilisearch\Endpoints\Indexes->search()

  6. APPPATH/classes/Controller/Products.php [ 255 ] » Model_Meili_Documents->fetch()

  7. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Products->action_index()

  8. {PHP internal call} » Kohana_Controller->execute()

  9. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke()

  10. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request()

  11. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute()

  12. DOCROOT/public/index.php [ 118 ] » Kohana_Request->execute()

Environment

null